home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 317 / asmsrc / readme.st < prev    next >
Encoding:
Text File  |  1988-10-20  |  1.3 KB  |  33 lines

  1.  
  2. This is GAS (the gnu assembler) for the Atari ST.
  3.  
  4. Please read the copyright notice and disclaimer, 'COPYING', included
  5. with this distribution, to understand your rights and
  6. responsibilities when using software produced by the Free Software
  7. Foundation.
  8.  
  9. Nothing real special to say about this one.  It should run with no
  10. trouble, though it will use a fair amount of memory.  It may not be
  11. able to assemble itself in 1 Meg; most files will be no trouble, but
  12. m68k.c and .h are a real monster.
  13.  
  14. Note that I have not included here all the files that you get in the
  15. GAS distribution from FSF; just the ones that are relevant to building
  16. the thing for 68000-powered machines, ie the Atari.  If anyone wants
  17. the VAX files, and can't get them any other way, let me know.
  18.  
  19. Copy GAS.TTP into wherever you're keeping your GNU executables.  If
  20. you want to use the default names that GCC expects, rename it
  21. GCC-AS.TTP.
  22.  
  23. Note that this version of the assembler has a hack in it to generate
  24. double floats with an 8 bit exponent, instead of the default 11 bits.
  25. If you fix the library code to deal with it correctly (or find some to
  26. replace it ... Please!) you should fix the assembler too.
  27.  
  28. I'm willing to try to fix bugs and answer questions, but, as the
  29. disclaimer says, there's no warranty on this stuff.
  30.  
  31. Good luck!
  32.  
  33. JRD@Stony-Brook.SCRC.Symbolics.COM